-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Time Value #203
Comments
Can you elaborate please? |
Sure, im not 100% sure what happened, (hence few details). I got into a bad state where I was having too many connections on my queue and I started to have lots of delayed / waiting jobs. This is much as I have to go off, feel free to close, but I figured we could at least catch the exception and gracefully fail so we can view which jobs are the culprits. |
Hi, I've saw the same issue, it happened when I've added a delayed task (using the example) since the endpoint config, the delay at the server side comes as a string (which is invalid). I've made a PR to fix the example. Let me know if you have the same / similar issue. |
Also getting this error when I have stalled jobs 👍 |
@Jivings how can I reproduce this issue? can you provide a small reproduction repo? |
I'm not certain, but it was definitely happening when I had some stalled jobs. But also could have been a 2020/2021 issue becuase stalled jobs were from before the year date line 😅 Now it's not happening, so not sure how to reproduce. |
@Jivings thank you, but how this can happen? |
@deanshub I'm glad it helps you! I've tested this case (timestamp = null), and every thing is working as expected Can you add here an entire queue object, so I will test with it? or any other method that I will be able to reproduce it on my machine :] |
|
Sorry, GAing issues, thanks! |
So, it works? :) |
Perfectly |
I want to add A PR but not sure how it would best be implemented |
I'll open a new issue so we can discuss it |
I just add a repeatable job and it goes to the "DELAYED" tab, clicking on it produces: Data:
Options:
|
A job submitted with 'cron' option however, does not produce an error:
|
OK, "every" should be a number, not a string. This is the source of an error. |
@PlkMarudny if this is a new bug, pls open a new ticket with reproduction steps |
No, not really. Just a comment to the previous one.
…On Fri, 15 Apr 2022, 12:57 Felix Mosheev, ***@***.***> wrote:
@PlkMarudny <https://github.com/PlkMarudny> if this is a new bug, pls
open a new ticket with reproduction steps
—
Reply to this email directly, view it on GitHub
<#203 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBI25234C7RY6Z5P4OKMODVFEVPNANCNFSM4VBHRSKQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am currently running into an error
We should probably not render the whole page cause of an invalid time.
The text was updated successfully, but these errors were encountered: