fastapi-cloud-tasks
fastapi-cloud-tasks copied to clipboard
GCP's Cloud Tasks + Cloud Scheduler + FastAPI = Partial replacement for celery.
The example in README shows how to queue a task with sync `.delay()` function, which is not a good idea in async handler. We have remote IO there: usually low-latency,...
Hi @ofpiyush, are you still maintaining this library? The library is very useful, and I'm not actually missing features, but it *is* a little difficult to use the library with...
Hey guys, first off great work on this little library - got a small ETL + indexing pipeline working using FastAPI + some workers pretty quickly. I was looking for...