Replace default_delay by rate_limit that can be a rate by window. This way we could support API that support a given rate by month and bursting this rate in a few days instead of spreading the load through a month. We might want to support many rate limit so we can set 1000 per month and 1 per 5 seconds.
cc @mlefebvre