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

job run time in report table is not correct #53

Closed
apeto-techteamer opened this issue Mar 5, 2019 · 1 comment
Closed

job run time in report table is not correct #53

apeto-techteamer opened this issue Mar 5, 2019 · 1 comment
Labels

Comments

@apeto-techteamer
Copy link

every job on a single run has almost the same running time which is not true

steps to reproduce:

  • create two jobs with a schedule of * * * * *
  • the first job should finish in seconds or less
  • the second job should finish in more than 30 seconds (sleep 30)
  • check the report

both job will show a run time of ~30sec, while the first was much quicker.

NoUseFreak pushed a commit to Cron/Cron that referenced this issue Jun 7, 2021
-> register end time for none running jobs if another job is still running

Cron/Symfony-Bundle#53
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 15, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant