This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ef30c03fa6
budibase
/
packages
/
backend-core
/
src
/
queue
/
constants.ts
5 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Moving queue implementation into backend-core - so that pro can access.
2022-10-13 18:27:04 +02:00
export
enum
JobQueue
{
Main types and work for the CRUD operations of app backup backend in pro + the listeners to handle exporting apps from the server.
2022-10-14 20:24:03 +02:00
AUTOMATION
=
"automationQueue"
,
APP_BACKUP
=
"appBackupQueue"
,
Moving queue implementation into backend-core - so that pro can access.
2022-10-13 18:27:04 +02:00
}