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.

Repeatable jobs in bull cause crash.

See original GitHub issue

I’m not sure why this ticket was closed: https://github.com/bee-queue/arena/issues/43 It seems to still be an issue. I created one repeatable job as a ‘hello world’ and it crashed with the same error TypeError: Cannot read property 'name' of undefined

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
adjenkscommented, Aug 6, 2020

@skeggse Yes, it’s probably fine now. I was using the mixmaxhq/arena docker image posted in the README and it was out of date at the time. It’s probably working now, considering it says it was updated 20 hours ago and I made this a year ago. Thank you for checking.

0reactions
adjenkscommented, Aug 6, 2020

I never did use the docker image that Vinhal posted because it wasn’t recommended by the README here so I didn’t trust it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change schedule for the repeatable job · Issue #1675 - GitHub
Let's pretend we need to restart our app and change repeat for 10 seconds. It suggested to remove repeatable jobs by getRepeatableJobs() and ......
Read more >
OptimalBits/bull - Gitter
If a repeatable job run every minute with 1 concurrency, and the repeatable job took 2-3 ... it would crash the server as...
Read more >
Repeatable - BullMQ
There is a special type of meta job called repeatable. These jobs are special in the sense that even though you only add...
Read more >
Welcome to Bull's Guide - GitHub Pages
When a job stalls, depending on the job settings the job can be retried by another idle worker or it can just move...
Read more >
node.js - Bull queue: When a job fails, how to stop queue from ...
In bull Its not possible to repeat the same job immediately after its failure before picking up the next job in the queue....
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