mirror of
https://github.com/gundb/panic-server.git
synced 2026-04-15 03:00:16 -04:00
Now, with the sparkling new client API, each client is responsible for running their own jobs. Instead of inlining all that logic in ClientList#run, it just dispatches the job to each client and wraps it in Promise.all. Yay for simplicity!!! One side effect: job IDs won't be the same across clients.