What would make ClawTick more useful for you?
by•
Hey everyone, thanks for the amazing support on launch day! 90+ upvotes means a lot.
I'm actively building based on what users need. If you've tried ClawTick (or even just browsed the site), I'd love to hear:
What feature would make you sign up today?
What's unclear or missing from the product?
Any integrations you'd want to see?
Every reply gets read. Drop your thoughts below.
78 views


Replies
A simple execution history view could help a lot for debugging scheduled agents.
ClawTick
@oliver_hayes1 Good news, we already have that! Every job has a full execution history with status, duration, and logs. You can see it in the dashboard under each job or in the History page. Let me know if you'd like anything specific added to it
It would help to see clearer limits around execution time and concurrency.
ClawTick
@naomi_florence1 Great point. Right now there's no hard execution time limit and jobs run independently (no concurrency cap). I'll add clearer documentation on this. Is there a specific use case where concurrency limits would matter for you?
A lightweight monitoring dashboard would probably make the system feel more trustworthy.
ClawTick
@miles_anthony2 Totally agree. We have a dashboard that shows job status, success rates, and execution history in real time. You can see exactly when each job ran, how long it took, and if anything failed. Would love to know what specific metrics would make you feel most confident in it.
The biggest concern with a scheduled agents is usually reliability rather than setup complexity.
ClawTick
@noah_bennett5 100%. That's exactly why we built the circuit breaker (auto-disables after 3 consecutive failures), email alerts on failure, and full execution logs. Setup is simple but reliability is the core focus. If a job doesn't run, you'll know about it immediately.
This is nice project. I was not able to find the information about KILL switch and watchdog. Do you provide them as a part of your system?
ClawTick
@rivra_dev Thanks! Yes, we have a circuit breaker built in. If a job fails 3 times in a row, it auto-disables and sends you an email alert. You can re-enable it anytime from the dashboard. We don't have a watchdog feature yet but that's interesting. What would you want it to monitor?
@abdelhak_akermi I am thinking to monitor a few news and financial data. I just missed a few important news since my local server crashed. Looking for some reliable options.
ClawTick
@rivra_dev That's a perfect use case for ClawTick. You could schedule a webhook job to hit a news API or financial data endpoint on a regular interval, and if it ever fails, you'll get an alert immediately instead of finding out hours later. No local server to crash. Want me to help you set one up? Happy to walk you through it.