Split out from the refresh-token-flow issue (#6): once the refresh-token call itself is implemented, add a scheduled job that refreshes access tokens before they expire, rather than only reacting to a failed API call. This is explicitly called out as unimplemented in etsy.go's own TODO comment ("make cron jobs to automatically refresh the refresh token upon as tokens approach expiration").
Split out from the refresh-token-flow issue (#6): once the refresh-token call itself is implemented, add a scheduled job that refreshes access tokens before they expire, rather than only reacting to a failed API call. This is explicitly called out as unimplemented in `etsy.go`'s own TODO comment ("make cron jobs to automatically refresh the refresh token upon as tokens approach expiration").
angel
added this to the Etsy Integration milestone 2026-08-20 23:30:23 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Split out from the refresh-token-flow issue (#6): once the refresh-token call itself is implemented, add a scheduled job that refreshes access tokens before they expire, rather than only reacting to a failed API call. This is explicitly called out as unimplemented in
etsy.go's own TODO comment ("make cron jobs to automatically refresh the refresh token upon as tokens approach expiration").