Skip to content
Discussion options

You must be logged in to vote

Hi @khanakia, the linked tweet is unfortunately sparse on details, so I'm afraid I can't tell you if you'll run into the same issues.

I'm a little skeptical of the issue described though; for this type of file-processing system, you typically see each job passed through the queue correspond to at least one database write, but usually more (for example, updating the status of a file in the database). The Postgres queue should be some of the most lightweight writes in your system, so the overhead of the job queue shouldn't be greater than the overhead of your normal application writes. Unless of course the system was spiking under load and needed to ingest a large number of jobs and process…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by khanakia
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