Paritosh Mohan
Paritosh Mohan
FWIW, I do see the sqlite DB file at the location referenced [here](https://github.com/marcus-crane/october/blob/main/backend/device.go#L164) at the following location - `/Volumes/KOBOeReader/.kobo/KoboReader.sqlite` on my macOS (12.1 Monterey)
Thanks for looking into this! I just sent you an email with the logs.
@Jud, thanks a lot for the clear repro. The problem you are seeing happens when a client disconnects while a long poll request is open. In this case the service...
@Jud Sorry about the delay in responding. I would suggest using activity heartbeats in this case so that your activities timeout early instead of waiting for the schedule task to...
@Jud You will need to send heartbeats using the `record_activity_heartbeat` method in the `activity_execution_context`. Here is a ruby flow sample that demonstrates heartbeats - - Setting the heartbeat timeout -...
@acant Unfortunately, we don't have a fix for this yet. I'll post an update when we do have one.
Thanks for reporting the issue! We will look into this shortly.
Hey @arkadiyt, unfortunately we don't have an update on this yet. I will let you know when we have a fix out for this.
Sorry for the late reply. This seems like it might have been incorrectly ported over from Java Flow. The run method mentioned here is the run method on a Runnable...