Whenever I use periodically_call_remote it outputs as the following:
If I understand correctly, setting asynchronous to true means that if
one request takes longer than 2 seconds, the next request will continue
anyways. I want them to happen in order. Therefore, I want to make
asynchronous false.
I tried passing :asynchronouse => false in the options and got no such
luck.
Any help is greatly appreciated.