You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the alarm doesn't work properly, The number of times a request call is made, the number of times an alarm is call , it should be calls one time every 2 seconds
#43
Open
harshil-bodara opened this issue
Oct 12, 2023
· 0 comments
I am facing an issue with the alarm
every time, it should call at one time every 2 seconds
export class Schedule {
id: string | DurableObjectId;
storage: DurableObjectStorage;
doEverySeconds: number;
env: Env;
}
The text was updated successfully, but these errors were encountered: