I am experiencing two issues related to resource usage and deployments.
helijunior4545-glitch
FREEOP

25 days ago

  1. High memory usage from an idle service: One of my services (spectacular-benevolence) was running a background process (python manage.py processar_jobs_ia) continuously. Even when there were no incoming requests, the service remained active and consumed a significant amount of RAM, which resulted in unexpectedly high usage charges (around $19, mostly from memory).

I have now taken the following actions:

  • Disabled any cron schedule
  • Enabled serverless mode (sleepApplication: true)
  • Set the service offline to prevent continuous execution

I would like to confirm that this configuration is now correct to prevent idle RAM consumption.

  1. Deployments stuck in QUEUED: Currently, several deployments are stuck in the "QUEUED" state and are not progressing. This is affecting multiple services in my project.

Could you please:

  • Confirm if the memory issue was correctly resolved by disabling the service and using serverless
  • Check if there is a build queue or workspace-related issue causing deployments to remain stuck

Thank you for your assistance.

Duplicate

0 Replies

Railway
BOT

25 days ago

This thread is a duplicate of deploys in QUEUED FOREver. Closing this one.

Status changed to Duplicate Railway 25 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...