You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/actions
Francesco Antognazza bc21723717
Make Actions tasks/jobs timeouts configurable by the user (#27400)
With this PR we added the possibility to configure the Actions timeouts
values for killing tasks/jobs.
Particularly this enhancement is closely related to the `act_runner`
configuration reported below:
```
# The timeout for a job to be finished.
# Please note that the Gitea instance also has a timeout (3h by default) for the job.
# So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
timeout: 3h
```

---

Setting the corresponding key in the INI configuration file, it is
possible to let jobs run for more than 3 hours.

Signed-off-by: Francesco Antognazza <francesco.antognazza@gmail.com>
9 months ago
..
cleanup.go Artifacts retention and auto clean up (#26131) 10 months ago
clear_tasks.go Make Actions tasks/jobs timeouts configurable by the user (#27400) 9 months ago
commit_status.go Fix pull request check list is limited (#26179) 11 months ago
init.go Move notification interface to services layer (#26915) 10 months ago
job_emitter.go Rewrite queue (#24505) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go Move notification interface to services layer (#26915) 10 months ago
notifier_helper.go chore(actions): support cron schedule task (#26655) 10 months ago
schedule_tasks.go Add a new column schedule_id for action_run to track (#26975) 10 months ago