any idea why i get this error when using

any idea why i get this error when using this retry policy { retries: { limit: 12, delay: '2s', backoff: 'constant' } }
āœ˜ [ERROR] Uncaught (in promise) Error: NOT NULL constraint failed: priority_queue.target_timestamp: SQLITE_CONSTRAINT
āœ˜ [ERROR] Uncaught (in promise) Error: NOT NULL constraint failed: priority_queue.target_timestamp: SQLITE_CONSTRAINT
5 Replies
Seekerdasbatatas
Seekerdasbatatasā€¢2mo ago
can you send me a repro please? an MRE should be enough, thanks :MeowHeartCloudflare: I know what it is instead of 2s it should be 2 seconds did TS type checks pass? (if you use TS even)
Focux
FocuxOPā€¢2mo ago
yea, type check passed and yep, you are right, i was able to reproduce the error in an MRE and yes changing the delay to 2 seconds fixed the issue
Seekerdasbatatas
Seekerdasbatatasā€¢2mo ago
yeah this is a bug on our side anyway, thanks for reporting :MeowHeartCloudflare:
Focux
FocuxOPā€¢2mo ago
this is the type of the delay, fyi
No description
Seekerdasbatatas
Seekerdasbatatasā€¢2mo ago
hum the type was not supposed to be that, sorry šŸ˜… thanks yet again :MeowHeartCloudflare:

Did you find this page helpful?