You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as there is an act_runner (v0.2.11) running (even if it is idle), there appears to be a constant flow of database updates.
As far as I can tell, this is due to the last_online field in the act_runner table being updated all the time.
By default this happens every two seconds for each act_runner. I would much prefer if there were no database writes while the runners are idle. I couldn't find a way to disable this behavior. It would be nice to have an option to disable this or possibly keep the last_online value in memory only instead of writing it to the database.
Thanks for the great work on Gitea!
Gitea Version
1.23.5
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.48.1
Operating System
Alpine Linux (edge)
How are you running Gitea?
I'm using the Gitea package provided by Alpine Linux.
Database
SQLite
The text was updated successfully, but these errors were encountered:
Description
As soon as there is an act_runner (v0.2.11) running (even if it is idle), there appears to be a constant flow of database updates.
As far as I can tell, this is due to the
last_online
field in theact_runner
table being updated all the time.By default this happens every two seconds for each act_runner. I would much prefer if there were no database writes while the runners are idle. I couldn't find a way to disable this behavior. It would be nice to have an option to disable this or possibly keep the
last_online
value in memory only instead of writing it to the database.Thanks for the great work on Gitea!
Gitea Version
1.23.5
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.48.1
Operating System
Alpine Linux (edge)
How are you running Gitea?
I'm using the Gitea package provided by Alpine Linux.
Database
SQLite
The text was updated successfully, but these errors were encountered: