This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-21 01:41:46 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c9ae36ea8c
Ghost
/
ghost
/
job-manager
/
test
/
jobs
/
simple.js
2 lines
40 B
JavaScript
Raw
Normal View
History
Unescape
Escape
✨ Added support for immediate offloaded jobs closes #117 - Having immediately executable offloaded jobs is necessary to be able to run usecases like: send batched emails now, or any other job that does not need to be scheduled - Changed "simple" job timeout to make tests run faster
2020-12-09 09:11:11 +03:00
setInterval
(
(
)
=>
process
.
exit
(
0
)
,
10
)
;
Reference in New Issue
Copy Permalink