-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unreachable notificiations #4651
Closed
peaklabs-dev
wants to merge
81
commits into
coollabsio:v4.0.0-beta.380
from
peaklabs-dev:fix-unreachable-notificiations
Closed
Fix unreachable notificiations #4651
peaklabs-dev
wants to merge
81
commits into
coollabsio:v4.0.0-beta.380
from
peaklabs-dev:fix-unreachable-notificiations
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The service was called `radarr` instead of `fileflows`
Fix typo in fileflows.yaml
…eaklabs-dev/coolify into fix-unreachable-notificiations
feat: add infomaniak oauth
feat: add infomaniak oauth
…d layout and documentation links
fix: proxy status query ui
Fix: bind() to 0.0.0.0:80 failed
- Introduced `environment_uuid` as a required field in various API endpoints and schemas. - Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided. - Modified routes and controller methods to accommodate the new UUID parameter. - Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity. - Removed deprecated fields related to environment handling. This change enhances the API's flexibility in identifying environments, improving overall usability.
…-route Fix: Environment route now uses uuid
…up-notifications Fix: Docker Cleanup schedule
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
ServerCheckJob
in devis_reachable
set tofalse
), the first time is discarded andis_reachable
is set back totrue
.ServerCheckJob
, it will start 3 fast checks in 5s intervals (locally this will take 15s, remote servers will take about 15s each check so all 3 checks 45s).Issues