Agent641@lemmy.world to Programmer Humor@programming.dev · 2 个月前Clock but the PM quit and was replaced halfway through the project. Handover instructions: "Make the clock hands show the current time"lemmy.worldimagemessage-square65linkfedilinkarrow-up1847arrow-down116
arrow-up1831arrow-down1imageClock but the PM quit and was replaced halfway through the project. Handover instructions: "Make the clock hands show the current time"lemmy.worldAgent641@lemmy.world to Programmer Humor@programming.dev · 2 个月前message-square65linkfedilink
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up25·2 个月前Polling the API every second, are you crazy?!
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up8·2 个月前When an API request fails, the seconds clock handle becomes red, and the time health management microservice sends an alert SMS to your phone once per second (scaled with the number of clients)
minus-squarequpada@fedia.iolinkfedilinkarrow-up8·2 个月前I keep trying, but the clock only displays 4:29. What do?
minus-squareitkovian@lemmy.worldlinkfedilinkarrow-up8·2 个月前Task for the next story. For now, just file a ticket and shove it up your manager’s ass.
minus-squareAgent641@lemmy.worldOPlinkfedilinkarrow-up5·2 个月前How will the system know when to poll the API if it doesn’t know seconds?
Seconds hand does not show seconds.
Polling the API every second, are you crazy?!
When an API request fails, the seconds clock handle becomes red, and the time health management microservice sends an alert SMS to your phone once per second (scaled with the number of clients)
I keep trying, but the clock only displays 4:29.
What do?
Task for the next story. For now, just file a ticket and shove it up your manager’s ass.
How will the system know when to poll the API if it doesn’t know seconds?
It can just sleep(1);