Greetings! I have a usecase for the following:

- When cron checks for domain availability, we occasionally need to retry the domain check.

- If cron has disabled the redirection, we would like it to re-enable if the domain becomes available again

- Warn the admin visually if cron has disabled redirection.

The attached patch covers these three things.

Thanks!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Kevin Hankens’s picture

Here's a slight variation that pauses between retries. This patch has a bug in it.

Kevin Hankens’s picture

This patch adds a pause between retries to allow it to recover from intermittent network problems.

Kevin Hankens’s picture

Here is a newer patch with a slight bug fix and a language update.

timhilliard’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Patch looks fine. Not sure if you still need functionality but I gave you maintainer status so you can commit and release if needed. Going to close for now but reopen if needed.