YunoHost-Apps / aeneria_ynh

æneria package for YunoHost
GNU Affero General Public License v3.0
10 stars 1 forks source link

Cron job at 01:00 not every minute of the first hour #4

Closed kay0u closed 3 years ago

kay0u commented 3 years ago

Problem

Solution

You can play with this website for a deeper understanding of cron

PR Status

Package_check results


If you have access to App Continuous Integration for packagers you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results

Build Status

SimonMellerin commented 3 years ago

ouch' this is a huge forgot :/

This cron should be launch something like every 20minutes, so it should be */20 * * * *

Thanks for the report and the PR !

kay0u commented 3 years ago

Fixed :-)

Thanks for this awesome app (and YNH package)

kay0u commented 3 years ago

(FYI, the targeted branch was testing, not master ;-))