hanpolo
04/05/2023, 10:00 PMHardAtWork
04/05/2023, 10:06 PMHardAtWork
04/05/2023, 10:07 PMUnsmart | Tech debt
04/05/2023, 10:07 PMhanpolo
04/05/2023, 10:09 PMUnsmart | Tech debt
04/05/2023, 10:09 PMhanpolo
04/05/2023, 10:18 PMUnsmart | Tech debt
04/05/2023, 10:22 PMhanpolo
04/05/2023, 10:25 PMUnsmart | Tech debt
04/05/2023, 10:27 PMhanpolo
04/05/2023, 10:28 PMArun_Venkat
04/06/2023, 5:17 AMJacob Wright
04/06/2023, 3:33 PMgetaddrinfo ENOTFOUND
but I believe that is a DNS issue. 🤷‍♂️ Thank you!Jacob Wright
04/06/2023, 3:35 PMckoeninger
04/06/2023, 3:49 PMJacob Wright
04/06/2023, 5:17 PMMaximum call stack size exceeded
errors. I still don't understand why it occasionally did but not often. Perhaps that had something to do with it? From my position, I really can't guess what it was.Larry
04/07/2023, 2:03 AMrizrmd
04/07/2023, 6:46 AMgeg
04/07/2023, 9:43 AMsathoro
04/08/2023, 10:07 AMHardAtWork
04/08/2023, 10:34 AMsathoro
04/08/2023, 10:36 AMsathoro
04/08/2023, 10:36 AMsathoro
04/08/2023, 10:36 AMsathoro
04/08/2023, 10:37 AMsathoro
04/08/2023, 10:38 AMjs
import { createDurable } from "itty-durable";
export class JWTCache extends createDurable({ autoPersist: true }) {
constructor(state, env) {
super(state, env);
}
create(user) {
this.user = user;
}
}
pretty simple right now lol. never used the alarms beforemissphyr
04/08/2023, 3:34 PMUnsmart | Tech debt
04/08/2023, 3:48 PMmissphyr
04/08/2023, 3:48 PMUnsmart | Tech debt
04/08/2023, 3:49 PM