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

fix: update label to indicate job is attempting to run now #592

Merged
1 commit merged into from
Feb 6, 2024

Conversation

ghost
Copy link

@ghost ghost commented Feb 1, 2024

https://dhis2.atlassian.net/browse/DHIS2-14787
https://dhis2.atlassian.net/browse/DHIS2-15764 (partially)

We used to show Not scheduled under the Next run column for jobs that had their nextExecutionTime in the past, like so:

Screenshot 2024-02-01 at 16 24 54

The intention was to indicate to users that the next run hadn't been planned yet, because the backend was working on executing it at that point, and would only schedule a new job after. That was confusing users a little, because we still showed scheduled as the job status.

So to indicate that the backend is currently working on trying to execute the job, this changes that to show Now instead:

Screenshot 2024-02-01 at 16 26 21

Since we don't have a lot of space to tell the user the whole story, "Now" seems the most correct and easy to understand.

@dhis2-bot
Copy link
Contributor

🚀 Deployed on https://pr-592--dhis2-scheduler.netlify.app

@dhis2-bot dhis2-bot temporarily deployed to netlify February 1, 2024 15:22 Inactive
@ghost ghost marked this pull request as ready for review February 1, 2024 15:34
@ghost ghost requested review from a team as code owners February 1, 2024 15:34
@ghost ghost merged commit eab8605 into master Feb 6, 2024
13 checks passed
@ghost ghost deleted the next-execution-time branch February 6, 2024 14:08
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 101.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants