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
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
Would it be worth considering polling, rather than POST, to allow it to point to any internal Git repository without the need for a POST to occur at all?
The text was updated successfully, but these errors were encountered:
Sounds like a useful addition for setups that have no notification/webhook system. Maybe we should have a way (using env vars?) of enabling/disabled push/poll methods.
We could easily do polling with Timers and Threads, like this: https://gist.github.com/chadselph/4ff85c8c4f68aa105f4b
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be worth considering polling, rather than POST, to allow it to point to any internal Git repository without the need for a POST to occur at all?
The text was updated successfully, but these errors were encountered: