mgdigital

Results 71 comments of mgdigital

Could I ask you to go to the /metrics endpoint and paste here anything starting with bitmagnet_queue? I suspect you have jobs running in the queue that are slowing things.

Are you using Docker and if so could you paste your docker-compose file? I'm wondering if you don't have the 'shm_size: 1g' on Postgres (that was recently added to the...

No probs. I've asked on the Discord if anyone is having similar issues as I can't see this myself. When you get the chance maybe try restarting everything, including your...

Hi @garar , sorry you're still having issues. Based on the feedback I've had on Discord, this is not a general problem that people are experiencing, but I'd still like...

It's also worth looking specifically at your Postgres logs. I don't think the Bitmagnet logs will tell us much, we can see that queries are taking longer than they should....

Hi @nodiscc , the web app definitely needs some optimisation, Angular profiling etc. It does become sluggish when increasing the pagination limit (though I don't see it becoming completely unresponsive)....

Once the custom workflows PR is merged it will be possible to achieve a similar effect by adding tags at indexing time, based on regexes and many other criteria (although...

Same issue here, abandoning Mackup for now due to this :(

Hi @acaloiaro , I'm looking at using `neoq` to replace the current queueing solution in https://github.com/bitmagnet-io/bitmagnet. Thanks, this library looks closest to what I need out of all the available...

Thanks for getting back to me @acaloiaro . So in the end I went with a custom queue implementation, but it used `neoq` as a starting point (and I have...