Skip to content
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

[BUG] Cronjob date is not human readable #263

Open
ItsLeon15 opened this issue Nov 24, 2023 · 4 comments
Open

[BUG] Cronjob date is not human readable #263

ItsLeon15 opened this issue Nov 24, 2023 · 4 comments
Assignees

Comments

@ItsLeon15
Copy link
Contributor

Describe the bug
The "Cronjob has not run in the last 8293 minutes." is not human readable.

Expected behavior
Could this be changed so it's something like "Cronjob has not run in the last 1 day, 5 hours and 23 minutes"?

Screenshots
image

@gps949
Copy link

gps949 commented Feb 24, 2024

Additionally, the document does not seem to clearly specify the function of cronjobs (for example, what problems might arise if a cronjob is not executed for a long period). Furthermore, when deploying with Docker, it appears to be quite challenging to edit or add cronjobs within the container.

@CorwinDev
Copy link
Member

I wouldn't really use docker (I'm not that experienced with docker so i can't help you with that :D)

@gps949
Copy link

gps949 commented Feb 24, 2024

I wouldn't really use docker (I'm not that experienced with docker so i can't help you with that :D)

Haha, okay, although it would be much more convenient if Docker deployment were well-supported, no worries, I can consider carefully migrating to virtual machine deployment later.

@ItsLeon15
Copy link
Contributor Author

Additionally, the document does not seem to clearly specify the function of cronjobs (for example, what problems might arise if a cronjob is not executed for a long period). Furthermore, when deploying with Docker, it appears to be quite challenging to edit or add cronjobs within the container.

A list of what happens every cronjob could be added just to add more information, this could also go with your point with any problems as you could theoretically just take everything from the list as stuff that isn't happening every cron run. My main issue what that the minutes weren't being converted to a format such as MM-dd'T'HH:mm:ss so it would appear to something similar like 5 months, 6 days, 12 hours, 32 minutes, 10 seconds. But if the original functionality of the page or if this has been fixed/not planned then this can be closed @CorwinDev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants