mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #48] Next Check timing not updated after check is started #34
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomballgithub on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/48
I just restarted the script into the console dashboard.
I am seeing:
However, the time is currently 14:44, past those 14:40 times, which were when I launched the script.
Is this an issue of the 'next check' is not updated until the 'current check' is complete? Problem is, it's not just being a few mins off, as mine is going to take 45 mins (4000+ followings).
Proposal: Changing the 'Next Chk' for the user, for which my status says "Downloading Followings" could be "In Progress" instead of "14:40".
Proposal: Update Global Next Check to the next known GNC once the current one starts, or also "In Progress"
@misiektoja commented on GitHub (Jan 18, 2026):
Yes, in the current implementation, the next check is delayed until the current check is completed. I will change it. I'm not sure what the best approach will be since we cannot determine the real next check until we finish processing, but maybe something like "In progress" you suggested.