-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Monitoring service as a cron job in indexer #111
Merged
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
mj52951
changed the title
Added monitoring service as a cron job in indexer
feat: Added monitoring service as a cron job in indexer
Sep 27, 2023
mj52951
changed the title
feat: Added monitoring service as a cron job in indexer
feat: Monitoring service as a cron job in indexer
Sep 27, 2023
mpetrun5
reviewed
Sep 27, 2023
mj52951
requested review from
mpetrun5,
wainola,
tcar121293,
MakMuftic and
nmlinaric
September 28, 2023 08:56
MakMuftic
requested changes
Sep 28, 2023
src/indexer/services/monitoringService/notificationSender/index.ts
Outdated
Show resolved
Hide resolved
src/indexer/services/monitoringService/notificationSender/index.ts
Outdated
Show resolved
Hide resolved
tcar121293
requested changes
Sep 28, 2023
wainola
suggested changes
Sep 29, 2023
wainola
approved these changes
Sep 30, 2023
mj52951
force-pushed
the
mj52951/monitor-deposit-status
branch
from
October 5, 2023 07:54
20419ef
to
0f50436
Compare
mpetrun5
approved these changes
Oct 5, 2023
@P1sar can you also take a look into this PR, we would need to configure the monitor inside DataDog for testnet before we merge this. |
mj52951
force-pushed
the
mj52951/monitor-deposit-status
branch
from
October 6, 2023 12:10
acc871d
to
63390fd
Compare
mj52951
force-pushed
the
mj52951/monitor-deposit-status
branch
from
November 6, 2023 10:29
e66bbc6
to
9b3f547
Compare
MakMuftic
approved these changes
Nov 6, 2023
tcar121293
approved these changes
Nov 6, 2023
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.
A cron job incorporated in the indexer whose task is to monitor deposits that have been pending for an extended period of time.