tablejohn/src/server/web
Joscha d15d6588f7 Improve and fix runner API
- The server now also signals abort_work if the commit is no longer in
  the queue.
- The server now immediately reserves the work it gives to the worker,
  so other idle workers won't get the same work.
- The server now chooses a run id, not the worker. The worker can still
  submit work under arbitrary run ids when no id is known, for example
  when importing runs from another database.
2023-08-12 13:19:16 +02:00
..
api Stream repo and bench repo worktree tars 2023-08-11 14:42:39 +02:00
api.rs Improve and fix runner API 2023-08-12 13:19:16 +02:00
commit.rs Add todos 2023-08-11 21:47:58 +02:00
index.rs Add typed commit links 2023-08-10 22:04:30 +02:00
link.rs Rename runners to workers 2023-08-11 02:12:38 +02:00
queue.rs Rename runners to workers 2023-08-11 02:12:38 +02:00
static.rs Move server code into its own module 2023-08-07 14:23:47 +02:00
worker.rs Rename runners to workers 2023-08-11 02:12:38 +02:00