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

list reserved date and allow filtering by reservered for background job list command #38367

Closed
wants to merge 1 commit into from

Conversation

icewind1991
Copy link
Member

  • Add "reserved at" to the output of occ background-job:list
  • Add option to only list reserved jobs with occ background-job:list --reserved

Should be useful when investigating cron issues

@icewind1991 icewind1991 added the 3. to review Waiting for reviews label May 19, 2023
@icewind1991 icewind1991 added this to the Nextcloud 28 milestone May 19, 2023
@icewind1991 icewind1991 requested review from a team, ArtificialOwl, Fenn-CS and come-nc and removed request for a team May 19, 2023 13:19
lib/private/BackgroundJob/Job.php Outdated Show resolved Hide resolved
lib/public/BackgroundJob/IJob.php Outdated Show resolved Hide resolved
lib/public/BackgroundJob/Job.php Outdated Show resolved Hide resolved
lib/private/BackgroundJob/JobList.php Show resolved Hide resolved
@icewind1991 icewind1991 changed the title list reserved data and allow filtering by reservered for background job list command list reserved date and allow filtering by reservered for background job list command May 22, 2023
…ob list command

Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 force-pushed the background-job-list-reserved branch from 968927a to bd5905a Compare June 9, 2023 17:37
/**
* Get the timestamp when the job was reserved, or 0 if the job is not currently reserved
*
* @return int
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @return int
* @since 28.0.0

@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzz blizzz modified the milestones: Nextcloud 28, Nextcloud 29 Nov 23, 2023
@skjnldsv skjnldsv added 2. developing Work in progress technical debt and removed 3. to review Waiting for reviews labels Feb 24, 2024
This was referenced Mar 12, 2024
This was referenced Mar 20, 2024
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
81 tasks
@skjnldsv skjnldsv removed this from the Nextcloud 29 milestone Mar 28, 2024
@skjnldsv skjnldsv added this to the Nextcloud 30 milestone Mar 28, 2024
This was referenced Jul 30, 2024
This was referenced Aug 5, 2024
@skjnldsv skjnldsv mentioned this pull request Aug 13, 2024
@skjnldsv skjnldsv closed this Aug 14, 2024
@skjnldsv skjnldsv removed this from the Nextcloud 30 milestone Aug 14, 2024
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.

4 participants