-
1).Lets say if we register some job whose time is elapsed, does it trigger those jobs whose time have elapsed or it will only trigger for next iteration ? If this library is used in Kubernetes Env, it…
-
### Willingness to contribute
No. I cannot contribute this feature at this time.
### Proposal Summary
When submitting jobs to our scheduler, we typically create an initial `run_id` with the corresp…
-
## In what area(s)?
/area runtime
## Describe the feature
When jobs are triggered today, they callback to the service that originally scheduled the job. Given the utility of the dynamic subscript…
-
I incorporated schedule library to run multiple python scripts at designated time. The scripts work fine on regular intervals on local machine , but do not seem to run when deployed to AWS server.
-
## Description
Currently when a form submission via Sidekiq job fails, that's that. Veteran doesn't know this and we have to rectify manually.
We would like to get job up that runs every day and che…
-
**Is your feature request related to a problem? Please describe.**
Currently, all job workers are using the same executor service, there is no real way to control the scheduling apart from external…
-
Seeing a potential issue where (in this example) scheduled post cavalcade jobs are duplicated causing a race condition and posts don't publish.
Will update upon further investigation
-
hi, the scheduled jobs are formatted in a weird way. Yes, my bacula shows '_unknown_' in Volume column, but that's a different thing ;)
![almir-bug](https://f.cloud.github.com/assets/5196341/937344/e1…
-
Hi,
Currently, for an azkaban-job, the user can specify a start-date and the
period-of-interval
for recurrent executions.
In addition to these, it would be a very helpful to specify an stop-date
too…
-
Is there a way to do reschedule a unique job?
I have job which is scheduled to send notifications 1 hour before an activity starts. On updating the activity time I need to update the scheduled job or…