|
|
|
|
|
by geooff_
115 days ago
|
|
I disagree, using python for a web-server and something like celery for background work is a pretty common pattern. My reading of this is it more or less allows you to use Postgres (which you're likely already using as your DB) for the task orchestration backend. And it comes with a cool UI. |
|