Run as cache server #275

Merged
Zettat123 merged 4 commits from cmd-cache-server into main 2023-07-07 08:28:56 +00:00
Zettat123 commented 2023-07-05 05:35:56 +00:00 (Migrated from gitea.com)

This PR

  • adds the cache-server command so act_runner can run as a cache server. When running as a cache server, act_runner only processes the requests related to cache and does not run jobs.
  • adds the external_server configuration for cache. If specified, act_runner will use this URL as the ACTIONS_CACHE_URL instead of starting a cache server itself.
This PR - adds the `cache-server` command so act_runner can run as a cache server. When running as a cache server, act_runner only processes the requests related to cache and does not run jobs. - adds the `external_server` configuration for cache. If specified, act_runner will use this URL as the ACTIONS_CACHE_URL instead of starting a cache server itself.
wolfogre (Migrated from gitea.com) approved these changes 2023-07-07 07:35:10 +00:00
wolfogre (Migrated from gitea.com) left a comment

LGTM, just left a small detail

LGTM, just left a small detail
wolfogre (Migrated from gitea.com) commented 2023-07-07 07:35:10 +00:00

It also should be used only if cache is enabled

It also should be used only if cache is enabled
wolfogre (Migrated from gitea.com) commented 2023-07-07 07:48:29 +00:00

done in 02a24f4260

done in 02a24f42601999094a88439989ece55b9120e688
Sign in to join this conversation.
No description provided.