Y
Hacker News
new
|
ask
|
show
|
jobs
by
therealdrag0
3022 days ago
In Java with Spring you'd do something like:
@Scheduled(fixedRate = 5000) public void poll() { getCrapAndPutOnConsumerQueue(); }