This repository was archived by the owner on Sep 4, 2023. It is now read-only.
Visibility of scheduled jobs (to enqueue the ones I need) #105
gabriels1234
started this conversation in
Ideas
Replies: 1 comment
-
I am currently working on removing the django_rq dependency altogether. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @cunla,
I still have pending to add the "Enqueue Now" alternative to "Run Now" (scheduling at now() only if it's not scheduled already).
In the meantime, I go to django_rq's scheduled page and enqueue the one I want to be ran now.
The issue is, with the new improvements on the type of args, now it's all more opaque.

The detail view gives little to no-help:Do you think it would make it better if I try to add a feature so that the job_id represents the original callable (like: uuid+callable_name)? (any other idea around making it more user-friendly?)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions