Skip to content

Permit repo mirroring synchro on exact hour  #18175

Open
@abennani31

Description

@abennani31

Feature Description

Actually, it is only possible de set repo mirroring synchro on time interval. For example if mirror interval is equal to 8 hours, the synchro can be launched between 08h am and 5pm and this is not possible for us because gitea will be used on production environment.

Can you make it possible to launch synchro by using cron mecanism:

Example of job definition:

.---------------- minute (0 - 59)

| .------------- hour (0 - 23)

| | .---------- day of month (1 - 31)

| | | .------- month (1 - 12) OR jan,feb,mar,apr ...

| | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat

| | | | |

* * * * *

Example:
00 06 * * *
This example of configuration have to launch synchro at 6am every day.
Regards,

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions