Is there a way to queue jobs on Toolforge
<https://wikitech.wikimedia.org/wiki/Help:Toolforge/Running_jobs>? I want
to run a number of one-off jobs (job1, job2, job3) in sequence. Job2 should
start when job1 is done etc. They shouldn't run in parallell because they
make requests to a service which can only take one request per second.

Making a YAML file with `wait: true` will make them run in sequence, but
then I have a blocking process. Even if I could put it in the background
I'm worried it'll stop at some point which means no more jobs would get
started.

*Sebastian Berlin*
Utvecklare/*Developer*
Wikimedia Sverige (WMSE)

E-post/*E-Mail*: sebastian.ber...@wikimedia.se
Telefon/*Phone*: (+46) 0707 - 92 03 84
_______________________________________________
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

Reply via email to