Lewis981
Database URL different and not working
Got it, so just use the public url value? If by locally you mean connecting to it remotely from my local instance, I'm not doing that. This occurs on the actual deploy. I may be misunderstanding what you mean by locally though.
16 replies
Website Under Attack
It's Django sending me emails, usually nice to know an error happened it gives me the traceback to help catch a bug. Unfortunately it's classifying the Disallowed host message as an error, which it isn't in this case. Its just doing it's job.I'
16 replies
Cron Jobs and Celery Beat
Fair enough, it would be a relatively simple task. It's just an important email that goes out daily so it would entail a few rounds of testing to ensure it's running smoothly. I'll see how the usage looks after lowering the concurrency. THanks for your help, Brody!
14 replies
Cron Jobs and Celery Beat
It's quite a bit of memory, more than the web service or anything else. I set the concurrency to two, maybe that's overkill for a simple task? It uses 450 MB all day, until it does the task and temporarily jumps into the 500's. The CPU is fine, and is 0 when the task isn't running.
14 replies