Job interval
See original GitHub issueHi there,
I use this package via meter-mailer. Only a small question: it’s necessary to do this job every 250ms? https://github.com/VeliovGroup/Mail-Time/blob/eb326f6710570637c771c0b568cf7bed86acd13b/index.js#L170
or it’s safe to update this db job to a greater value?
{
"_id" : ObjectId("5a2adfa557d79d32b2c55af3"),
"uid" : "mailTimeQueuesetInterval",
"delay" : 256,
"executeAt" : ISODate("2018-01-31T14:59:46.717Z"),
"isInterval" : true,
"inProgress" : false
}
Any other way to do it?
TIA,
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Interval Job - Jobs and Events - What is Decisions?
An Interval Job is a Job within Decisions that is set to run at a specific interval, or time span, for a set...
Read more >job schedule interval create - Product documentation - NetApp
The job schedule interval create creates an interval schedule. An interval schedule runs jobs at specified intervals after the previous job ...
Read more >Creating and Managing Schedules to Define Jobs
Setting the Repeat Interval. You control when and how often a job repeats by setting the repeat_interval attribute of the job itself or...
Read more >Interval scheduling - Wikipedia
Interval scheduling is a class of problems in computer science, particularly in the area of ... Single-machine scheduling is a special case of...
Read more >Employment - Interval International
Come join our team! Imagine yourself working for a company with an established reputation as an industry pioneer and leader.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the tip (and for sharing you work, I use some other packages of your group here and there)…
@dr-dimitru, but you will need to do it on every app launch inside Meteor.startup(() => {/…/}) callback, should be mentioned, right?