Skip to content

Background service to check if node goes offline (v3 farms) #991

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

Open
xmonader opened this issue Apr 8, 2025 · 9 comments
Open

Background service to check if node goes offline (v3 farms) #991

xmonader opened this issue Apr 8, 2025 · 9 comments
Assignees
Milestone

Comments

@xmonader
Copy link
Contributor

xmonader commented Apr 8, 2025

Is your feature request related to a problem? Please describe

if my node goes offline, i'd like to get a notification within 10mins

we can also in the future update it to see if a deployment is on an offline node

Describe the solution you'd like

if my node goes offline, i'd like to get a notification within 10mins

we can also in the future update it to see if a deployment is on an offline node

@xmonader xmonader added this to 3.17 Apr 8, 2025
@xmonader xmonader moved this to Accepted in 3.17 Apr 8, 2025
@xmonader xmonader added this to the 4.3.x milestone Apr 8, 2025
@AlaaElattar AlaaElattar moved this from Accepted to In Progress in 3.17 Apr 8, 2025
@AlaaElattar
Copy link
Contributor

Work In Progress:

  • Implementing the feature to be in smth like a notification service for the user.

@AlaaElattar
Copy link
Contributor

Work in progress:

  • added the notification package and the background service that will run every 15 minutes.
  • There's a bug in showing the notification as a toast while the app is opening.
  • In ios, it was shown in the notification stack when the screen was locked.

@AlaaElattar
Copy link
Contributor

#Work in Progress:

  • Fixed bug in ios and now all working good but takes more than 15 minutes.

@AlaaElattar AlaaElattar moved this from In Progress to Pending Review in 3.17 Apr 13, 2025
@AlaaElattar AlaaElattar moved this from Pending Review to In Progress in 3.17 Apr 13, 2025
@AlaaElattar
Copy link
Contributor

Work In Progress:

  • Found out that the Build APK workflow is failing due to the added packages, trying to resolve it.

@AlaaElattar
Copy link
Contributor

Work In Progess:

  • Tried many solutions but nothing worked, still investigating the issue in the workflow.

@AlaaElattar AlaaElattar moved this from In Progress to Accepted in 3.17 Apr 15, 2025
@AlaaElattar AlaaElattar moved this from Accepted to Pending Review in 3.17 Apr 16, 2025
@AlaaElattar
Copy link
Contributor

Work Completed:

  • @AhmedHanafy725 Fixed the with android permissions and the workflow.
  • now the feature done from both sides android and ios.

@AlaaElattar AlaaElattar moved this from Pending Review to In Progress in 3.17 Apr 17, 2025
@AlaaElattar AlaaElattar moved this from In Progress to Pending Review in 3.17 Apr 22, 2025
@AlaaElattar
Copy link
Contributor

Work Completed:

  • Updated notifications to be send if node down for the last 2 days.
  • Notifications grouped.

@AlaaElattar AlaaElattar moved this from Pending Review to In Progress in 3.17 Apr 24, 2025
@AlaaElattar
Copy link
Contributor

AlaaElattar commented Apr 24, 2025

Work Completed:

  • Categorized nodes into groups based on how long they've been offline:
    • Recent: 0–1 hour
    • Hour: 1–4 hours
    • Day: 4–24 hours
    • Days: 1–7 days
    • Beyond 7 days: Ignored
  • Handled tapping on notification to open dialog contains same data.

@AlaaElattar AlaaElattar moved this from In Progress to Pending Review in 3.17 Apr 24, 2025
@AlaaElattar AlaaElattar moved this from Pending Review to In Progress in 3.17 Apr 28, 2025
@AlaaElattar
Copy link
Contributor

Work Completed:

  • Fixed bug in notifications equation.

@AlaaElattar AlaaElattar moved this from In Progress to Pending Review in 3.17 Apr 28, 2025
@AlaaElattar AlaaElattar moved this from Pending Review to Pending Deployment in 3.17 Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Pending Deployment
Development

No branches or pull requests

2 participants