-
Updated
Jun 14, 2021 - Java
scheduler
Here are 1,745 public repositories matching this topic...
-
Updated
Aug 12, 2021 - Java
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jun 10, 2021 - Python
-
Updated
Aug 15, 2021 - C#
-
Updated
Aug 14, 2021 - Groovy
Issue from the Dagster Slack
[dagster_shell] defer environ copy to solid run time
This issue was generated from the slack conversation at: https://dagster.slack.com/archives/C01U954MEER/p1623181007055200?thread_ts=1623181007.055200&cid=
-
Updated
Aug 10, 2021 - Shell
-
Updated
May 16, 2021 - Ruby
-
Updated
Aug 13, 2021 - PHP
-
Updated
Jun 7, 2021 - Java
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Ruby
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jan 28, 2021 - JavaScript
there is the following example:
// runs./jobs/worker-8.jsat midnight (once) { name: 'worker-8', timeout: 'at 12:00 am' },
in my usecase i am running a job every 30 minutes that queries an api and dynamically adds jobs to be executed once.
My question is what happenes to the jobs in the queue after they are executed. Will finished jobs be cleared out automat
-
Updated
Jul 21, 2021 - C++
-
Updated
May 24, 2021 - JavaScript
Improve this page
Add a description, image, and links to the scheduler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scheduler topic, visit your repo's landing page and select "manage topics."
Description
Allow custom executors subclassed from existing (CeleryExecutor, CeleryKubernetesExecutor, etc.) to use default CLI commands to start workers or flower monitoring.
Use case / motivation
Currently, users who decide to roll their own custom Celery-based executor cannot use default commands (i.e.
airflow celery worker) even though it's built on top of existing CeleryExe