Has anyone used Devin for this type of thing?
I'm having a hard time telling what the problem is. Are some of my queries really slow and inefficiently designed? Is is it just that my database is too small and I need to upgrade it?
Is there something I can attach to my database that can easily tell me what the bottleneck is? (Disk, CPU, memory)
This is not a massive data-engineering project. I just need to ensure the steps get run to completion.
My current plan to do this is to just use Redis lists as queues, and then have steps go from one queue to the next, but I'm wondering if there's a better way.
Hi,
I'm X--the guy behind Y. I'm trying to improve the product, and I'd love to chat with you about your experience using it. You're one of my earliest users, so your thoughts--positive and negative--could really help me understand what I should prioritize as I continue to improve Y. Do you have any time for a 15 minute chat in the next few days?
Best, [My Name]
What's the easiest way to do this? Seems like I can either: 1. ping a service like healthchecks.io at the start of a loop or 2. expose some HTTP endpoint indicating whether the loop is running on time
Not sure if both are equivalent
Is there some other logging service we can use that has less size limits?
It seems like the correct thing to use is Grafana + Loki, or something like the elastic stack. But these are far too heavyweight. Is there some dead simple solution I can use to visualize my logs well.
Anything that runs in a docker container should be OK.
For example, here's the rclone output:
Transferred: 146.271M / 146.271 MBytes, 100%, 2.600 MBytes/s, ETA 0s
Transferred: 161 / 162, 99%
Elapsed time: 56.9s
Transferring:
* my_last_file.jpg:100% /24.872k, 261/s, 0sIdeally, I could just plug it into my existing express server. Googling around, there don't seem to be a ton of good options.
What about for sqlite? Does anything similar exist?
(I want to get notified when an event is done)