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 Artemis does currently not support bearer authentication for websockets, we have to work around this to update the problem statement.
Therefore we periodically poll if the repository has a new commit. If so we fetch all x second new results. As soon as we have new results we stop the fetching of results.
To prevent an infinite loop we should stop the fetching after x sesonds.
The text was updated successfully, but these errors were encountered:
As Artemis does currently not support bearer authentication for websockets, we have to work around this to update the problem statement.
Therefore we periodically poll if the repository has a new commit. If so we fetch all x second new results. As soon as we have new results we stop the fetching of results.
To prevent an infinite loop we should stop the fetching after x sesonds.
The text was updated successfully, but these errors were encountered: