issues
search
pulsecron
/
pulse
The modern MongoDB-powered job scheduler library for Node.js
https://pulsecron.com
MIT License
111
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Invalid endDate parameter
#67
bili-jing
opened
17 hours ago
0
Running job scheduling another job
#66
Nickk4
closed
4 days ago
1
Upgrade from v1.6.3 to v1.6.6 restarted already finished jobs
#65
globalexport
closed
4 days ago
4
fix: revert changes to match 1.6.3, apart of resume on restart
#64
b0dea
closed
1 week ago
3
fix: Avoid double updating on the non-recurring jobs vs recurring jobs search in resumeOnRestart
#63
b0dea
closed
1 week ago
15
fix: the resumeOnRestart function to handle correctl the recurring jobs + do not run finished non-recurrent jobs on restart + add unit tests
#62
b0dea
closed
1 week ago
1
Can `done` be used to save a custom item to the jobs collection?
#61
Nickk4
opened
1 week ago
0
Scripts using pulse crash without installed tslib package
#60
mrtusc
opened
1 week ago
1
Compatibility with Node 14 and mongodb "5.9.X"
#59
tcastelli
opened
1 month ago
0
remove fallback date for `nextRunAt`
#58
fermentfan
opened
1 month ago
2
Pulse re-runs finished jobs after a process restart
#57
SergChr
opened
1 month ago
3
ResumeOnRestart reprocess already recurrent jobs
#55
jaeecheveste
opened
2 months ago
1
resumeOnRestart: Successful jobs never get restarted
#54
christian-schwaderer
opened
3 months ago
10
Jobs in the database vs jobs defined
#53
christian-schwaderer
opened
3 months ago
0
Can't schedule multiple similar tasks
#52
dev-folks
closed
3 months ago
3
fix: modified it to exclude already run that should not be executed
#51
code-xhyun
closed
3 months ago
2
Updating to v1.6.2 makes all previous jobs enqueued
#50
litsynp
closed
3 months ago
5
All existing jobs from agendaJobs executed after upgrading to pulse 1.6.2
#49
icelancer
closed
3 months ago
6
fix: prevent job execution on server restart when resumeOnRestart is false
#48
code-xhyun
closed
3 months ago
2
Does the `resumeOnRestart` flag work only in one direction?
#47
dev-folks
closed
3 months ago
11
Migration from agenda
#46
ben-moore
opened
3 months ago
2
Enhance Job Query Performance by Adding Indexed Composite Field for Efficient Lookups
#45
fermentfan
opened
4 months ago
1
Changes to pulseJobs documents collection during Job execution are reverted on document updates
#44
tiberioalunni
opened
4 months ago
1
feat: Return progress value to touch
#43
AlexeyMoiseev
closed
4 months ago
3
chore(deps-dev): bump braces from 3.0.2 to 3.0.3
#42
dependabot[bot]
opened
5 months ago
0
fix: import Document interface in unique.ts
#41
code-xhyun
closed
5 months ago
2
>1.1.2 doesn't compile in TypeScript projects with `dom` library disabled
#40
shevchenkobn
closed
5 months ago
4
TypeError: Pulse is not a constructor
#38
hakimscode
opened
5 months ago
12
fix: Added missing template types for returned jobs in the schedule method.
#37
kostysh
closed
5 months ago
1
feat: add countJobs method to Pulse class
#35
code-xhyun
closed
6 months ago
2
refactor: code to improve readability and maintainability
#34
code-xhyun
closed
6 months ago
2
Pulse UI
#32
kennymark
closed
6 months ago
2
test: update test code
#31
code-xhyun
closed
6 months ago
2
test: add test code
#30
code-xhyun
closed
6 months ago
2
error with first installation - Error: Cannot find module '@src/utils'
#29
matanswisa
closed
6 months ago
6
Error: Cannot find module '@src/utils'
#28
kostysh
closed
6 months ago
3
feat: add attempts and backoff options for failling job
#27
code-xhyun
closed
6 months ago
1
feat: add resumeOnRestart option to PulseConfig
#25
code-xhyun
closed
6 months ago
1
fix: add BaseError and JobError classes to handle custom errors
#24
code-xhyun
closed
6 months ago
1
Jobs after creation are not adding to the database
#23
kostysh
closed
6 months ago
19
feat: add method isExpired, fetchStatus, etc...
#22
code-xhyun
closed
6 months ago
1
fix: Fixed return type of the CreateMethod
#21
kostysh
closed
6 months ago
2
Return type of the `CreateMethod` is not correct
#20
kostysh
closed
6 months ago
3
fix: update Processor type definition in define.ts
#19
code-xhyun
closed
6 months ago
1
fix: return resolve pulse.stop() case of success
#18
code-xhyun
closed
6 months ago
1
Pulse complete event is called before lockedAt is cleared
#17
tiberioalunni
closed
6 months ago
5
Promise pulse.stop() never resolve in some cases
#16
tiberioalunni
closed
6 months ago
3
fix: jobAttributes interface to use generic type T in data property
#15
code-xhyun
closed
6 months ago
1
`Processor` type does not allowing creation of async processors
#14
kostysh
closed
6 months ago
4
`JobAttributes` not typed correctly
#13
kostysh
closed
6 months ago
7
Next