gristlabs_grist-core/app
Paul Fitzpatrick 36722c19a3
preliminary support for a job queue (#1212)
Grist has needed a job queue for some time. This adds one, using
BullMQ. BullMQ however requires Redis, meaning we couldn't use
jobs for the large subset of Grist that needs to be runnable without
Redis (e.g. for use on desktop, or on simple self-hosted sites).
So simple immediate, delayed, and repeated jobs are supported also
in a crude single-process form when Redis is not available.

This code isn't ready for actual use since an important issue
remains to be worked out, specifically how to handle draining
the queue during deployments to avoid mixing versions (or - if
allowing mixed versions - thinking through any extra support needed
for the developer to avoid introducing hard-to-test code paths).
2024-09-25 15:23:23 -04:00
..
client (core) Renaming column before cursor moves 2024-09-20 14:54:37 +02:00
common (core) Adding UI for reverse columns 2024-09-18 12:07:21 +02:00
gen-server (core) Add new home page cards 2024-09-17 17:32:10 -04:00
plugin Move phab docs to /documentation (#882) 2024-03-05 08:35:48 -05:00
server preliminary support for a job queue (#1212) 2024-09-25 15:23:23 -04:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00