* Also by oneshot I mean something like this: ``` next_update_time = getfromredissomething() current_time = time() if (current_time > next_update_time): storeinredis(currentTime + updateInterval) call_celery_update.delay()? ``` in the router somewhere