-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature/cron-job-for-appplication-rejection #3656
base: master
Are you sure you want to change the base?
Conversation
Coverage report for commit: a5fe647
Summary - Lines: 2.96% | Methods: 5.35%
🤖 comment via lucassabreu/comment-coverage-clover |
Passing run #8707 ↗︎
Details:
Review all test suite changes for PR #3656 ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3656 +/- ##
===========================================
+ Coverage 3.10% 3.37% +0.27%
- Complexity 594 595 +1
===========================================
Files 105 106 +1
Lines 2129 2132 +3
===========================================
+ Hits 66 72 +6
+ Misses 2063 2060 -3 ☔ View full report in Codecov by Sentry. |
@@ -46,12 +48,13 @@ protected function schedule(Schedule $schedule) | |||
{ | |||
// $schedule->command('application:no-show')->dailyAt('21:00'); | |||
$schedule->command('application:send-interview-reminders')->dailyAt('08:00'); | |||
$schedule->command('sync:effortsheet')->weekdays()->timezone(config('constants.timezone.indian'))->hourlyAt(25); | |||
$schedule->command('sync:effortsheet')->timezone(config('constants.timezone.indian'))->hourlyAt(25); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Syncing effort sheet everyday instead of on weekdays
Targets: In this pr I have worked if a application is opened for more than 10 days and is in introductory call phase and has not scheduled call they will be rejected and mail will be triggered for rejection. And once they reapplied their application gets opened and a re-applied tag will be enabled.