Skip to content

Network bandwidth usage? #141

Answered by GDay
djch asked this question in Q&A
Nov 22, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Thanks a lot for reporting back. I wasn't aware that django-q(2) is so heavy on bandwidth calls. 36GB is absolutely insane.

The status saving on the guard cycle is in most cases excessive, especially with very few schedules/tasks. I will rewrite that to first check (compared to a local object) if we actually need to update the status. With that, bandwidth would likely get even lower for you as it would only need to update 2 times a day for your daily scheduled tasks, instead of every 20 seconds now.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@djch
Comment options

@GDay
Comment options

@djch
Comment options

@GDay
Comment options

Answer selected by djch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants