Replies: 1 comment
-
Yes, that ought to work. Although the request would hang all the while there are tasks in the queue (which might be a good thing). You'd need something like #148 to limit that. Eventually, I'd like some kind of HTTP-based worker executor to be built-in, but currently the worker isn't generic enough to make that a reality. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Google Cloud Run and can't easily have a long running process (possible via cloud run jobs, but would be expensive for my use case as it would always on)
I am thinking on having a simple Django route called by Cloud Scheduler every minute with some Header authentification (in my case waiting a bit to process tasks is not an issue)
I think the route would only need to have this, am I missing something or is it that simple?
Beta Was this translation helpful? Give feedback.
All reactions