I have a case where I need to send requests to a REST API in a busy loop to check if something has changed. Is it considered a good practice to call an activity in a loop until there is something I expect in the response? Maybe are there any other cleaner way to achieve that with Temporal?
Thanks