tgymnich / fork-sync

🔄 Github action to sync your forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizing retry parameters

themisir opened this issue · comments

commented

I would like to customize request retry parameters to reduce job run time.

  request: {
    retries: 4,
    retryAfter: 60,
  },

https://github.com/tgymnich/fork-sync/blob/master/src/main.ts#L10-L13