May 2018
7 Mon
8 Tue
9 Wed
10 Thu 08:15 AM – 05:25 PM IST
11 Fri 08:30 AM – 06:20 PM IST
12 Sat
13 Sun
Amardeep Vishwakarma
With increasing servers, applications, crons (schedule jobs) it was becoming pain to manage and monitor all crons.
We thus built NCConfig – a tool to monitor all crons which includes their status – Success/Failure, executing time, output, etc
Few major problems which we used to face before building NCConfig
– Did my job actually run?
Generally all crons were used to be monitored via email now because the typical way to monitor cron jobs is via email it is often extremely hard to find out if a job has actually run successfully. Ideally your monitoring shouldn’t involve people being awake and willing to read automatically generated emails. Especially if the cron job is important.
– Email, email everywhere!
Cron used to email the output of a given job to the user that the job is running as. This can be very useful when some aspect of the job requires alerting the user.
The problem is that you very often do not want emails from cron jobs. And usually when they start they can flood your inbox very fast.
– Where is my cron running ?
With more than 100 serves and single applications running on multiple servers its sometime get difficault to find where actually is my cron running.
– Execution Statistics
You may see the cron job execution statistics (including the total number of successful executions, total number of failed executions (TF) and number of consecutive failed executions (CF)) in the cron job list
Feature details :
You can download the NCConfig from here https://github.com/naukri-engineering/NCConfig
What I’II Talk About
○ Major problems which we used to face before building NCCron
○ Features of NCCron
○ Walk-through of NCCron
About Me :
https://docs.google.com/presentation/d/18N8SbY982Sl5oRAI4U0gCGG72TU84dizmw9T4SGuW7Y/edit?usp=sharing
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}