Summary
The scheduled Vercel Cron Jobs responsible for automatically fetching and synchronizing new doubts from the original course platform have been disabled.
Context
This project was developed to help monitor and organize doubts submitted by students during the course.
While the course was active, automatic synchronization was useful to keep the data up to date. However, since the course has now ended, continuing to run scheduled fetch operations is no longer necessary.
Motivation
Disabling the cron jobs helps to:
- Prevent unnecessary requests to the professor’s server
- Reduce resource usage on the deployment platform
- Avoid maintaining background tasks that are no longer required
Impact
As a consequence of this change:
- New doubts will no longer be fetched automatically
- Existing doubts and previously collected data remain unchanged
- The application will no longer refresh course doubts in the background
Status
The Vercel Cron Jobs have been disabled.
Summary
The scheduled Vercel Cron Jobs responsible for automatically fetching and synchronizing new doubts from the original course platform have been disabled.
Context
This project was developed to help monitor and organize doubts submitted by students during the course.
While the course was active, automatic synchronization was useful to keep the data up to date. However, since the course has now ended, continuing to run scheduled fetch operations is no longer necessary.
Motivation
Disabling the cron jobs helps to:
Impact
As a consequence of this change:
Status
The Vercel Cron Jobs have been disabled.