Agent641@lemmy.world to Programmer Humor@programming.dev · 1 month agoClock but the PM quit and was replaced halfway through the project. Handover instructions: "Make the clock hands show the current time"lemmy.worldimagemessage-square65linkfedilinkarrow-up1855
arrow-up1855imageClock 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 · 1 month agomessage-square65linkfedilink
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up25·1 month agoPolling the API every second, are you crazy?!
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up9·1 month agoWhen 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·1 month agoI keep trying, but the clock only displays 4:29. What do?
minus-squareitkovian@lemmy.worldlinkfedilinkarrow-up8·1 month agoTask for the next story. For now, just file a ticket and shove it up your manager’s ass.
minus-squareAgent641@lemmy.worldOPlinkfedilinkarrow-up5·1 month agoHow 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);