|
|
|
|
|
by colinmhayes
1690 days ago
|
|
How can you schedule a job within 100ms if it takes 3000ms to establish a connection with the server running the other api due to network congestion? Maybe you can send the request in UDP, but you'll get tons of situations where the secondary api never ran. |
|