-
## 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 have a Django project with a whole bunch of scheduled jobs, all running using `django-apscheduler`. Some of these jobs are only meant to run in production, and as such there's an `if settings.ENVIRO…
-
## Background
Errored jobs seem to stick around and slows down nodes being drained. Write a small bash script to delete these jobs in errored states across the cluster (nightly or weekly) eg.
``…
-
There's a corner case we keep running into (which I guess makes it a very wide corner):
- `flux resource status` shows N nodes available
- `flux jobs -A` shows no running jobs
- User submits job …
kkier updated
2 months ago
-
It would be useful to be able to schedule a materialized view refresh every X seconds. The scheduled jobs framework is general enough to support this, but we need a front-end.
This may be a solutio…
-
Submit once:
-repeat until canceled,
-repeat X times or
-repeat till a specified date/time.
Examples of usecases:
-Folder watching
-Periodic web scraping
-IOT/network scans
-etc
-
## Issue Description
There is an opportunity to harden the content model for Jobs content displayed on VAMC pages
View https://www.altoona.va.gov/careers/index.asp: the content displayed within the V…
-
```
# Queries from Dashboard: https://dune.com/cowprotocol/cow-amms-v2
[[jobs]]
query_id = 3967954
table_name = "results_3967954"
poll_frequency = 20
query_engine = "medium"
[[jobs]]
query_i…
-
As @RemindD mentioned in #558
> For example, we have an update call and then a delete call on the same instance. These two calls are received by symphony API server around the same time, so it is po…
-
We upgraded `sidekiq-cron` to version `2.0.0` from `1.12.0`, and noticed that at Sidekiq's startup, it performs a blocking `KEYS cron_jobs:*` command. This command takes over 5 seconds on large Redis …