google-nomulus/java/google/registry/flows/async
mcilwain 6f2e663b72 Add asynchronous scheduled actions to re-save entities
This is used in the domain transfer and delete flows, both of which are
asynchronous flows that have implicit default actions that will be taken at some
point in the future. This CL adds scheduled re-saves to take place soon after
those default actions would become effective, so that they can be re-saved
quickly if so.

Unfortunately the redemption grace period on our TLDs is 35 days, which exceeds
the 30 day maximum task ETA in App Engine, so these won't actually fire.  That's
fine though; the deletion is actually effective as of 5 days, and this is just
removing the grace period.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201345274
2018-06-27 15:28:52 -04:00
..
AsyncFlowEnqueuer.java Add asynchronous scheduled actions to re-save entities 2018-06-27 15:28:52 -04:00
AsyncFlowMetrics.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
AsyncFlowsModule.java Add asynchronous scheduled actions to re-save entities 2018-06-27 15:28:52 -04:00