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

Implement occ system:cron like in owncloud #20213

Closed
ggeorgg opened this issue Mar 28, 2020 · 1 comment · Fixed by #27217
Closed

Implement occ system:cron like in owncloud #20213

ggeorgg opened this issue Mar 28, 2020 · 1 comment · Fixed by #27217
Labels

Comments

@ggeorgg
Copy link

ggeorgg commented Mar 28, 2020

I was just making some tests with the previewgenerator app and I wanted to understand better how the whole system works. I was stumbling over the table oc_jobs and I wanted to start/debug the cron job that will (as far as I know) execute exactly these jobs in this table.
In the end I found an occ command to execute the cron jobs with an option "-p" to get a progress information. But this command is not implemented in nextcloud so I had a look into the code of owncloud et voila:
https://github.com/owncloud/core/blob/master/core/Command/System/Cron.php

Does it make sense to also implement this in nextcloud? I have seen, that this file is quite new in owncloud as well (implemented on Jul 4, 2019).

Best regards
Georg

@ggeorgg ggeorgg added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Mar 28, 2020
@szaimen
Copy link
Contributor

szaimen commented May 31, 2021

I think this will be implemented with #27217

@szaimen szaimen added 2. developing Work in progress and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels May 31, 2021
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 a pull request may close this issue.

2 participants