ImBlaze Student Mobile App > STEP 3
Students can receive reminders to check-in or check-out of their internships according to their Internship Schedule by sending notifications to their mobile apps. These reminders will be dispatched a specified number of minutes before their scheduled Check-In or Check-Out time, which can be customized in the Custom Settings -> ImBlaze Settings Hierarchy -> Send Reminder Before Due Time In Minutes  Custom SettingsÂ
These reminders are sent out by a scheduled job that runs every 5 minutes. Follow the below steps to schedule the job.
Click on Setup
Click on Developer Console
Click on Debug from top menu
Click on Open Execute Anonymous Window option
Enter the below code snippet into the pop-up:Â
              imblaze.IMB_NotificationScheduler.scheduleIn5MinuteIntervals();
Click on Execute
Confirm that the job was scheduled successfully. Go to Set Up -> Scheduled Jobs -> You should see entries as below: