fastapi-cloud-tasks icon indicating copy to clipboard operation
fastapi-cloud-tasks copied to clipboard

GCP's Cloud Tasks + Cloud Scheduler + FastAPI = Partial replacement for celery.

Results 3 fastapi-cloud-tasks issues
Sort by recently updated
recently updated
newest added

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...