mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
feat: ghetto durable compute
This commit is contained in:
@ -64,7 +64,7 @@ export class TriggerJobProvider extends BaseJobProvider {
|
||||
return {
|
||||
wait: io.wait,
|
||||
logger: io.logger,
|
||||
stableRun: async (cacheKey, callback) => io.runTask(cacheKey, callback),
|
||||
runTask: async (cacheKey, callback) => io.runTask(cacheKey, callback),
|
||||
triggerJob: async (cacheKey, payload) =>
|
||||
io.sendEvent(cacheKey, {
|
||||
...payload,
|
||||
|
||||
Reference in New Issue
Block a user