question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi 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:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
vjrjcommented, Feb 2, 2018

Thanks for the tip (and for sharing you work, I use some other packages of your group here and there)…

0reactions
fangjjcommented, Aug 15, 2019

@dr-dimitru, but you will need to do it on every app launch inside Meteor.startup(() => {//}) callback, should be mentioned, right?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found