i would like to trigger an event sometime in the future based on an event that is currently happening. I do not expect the volume to be too high, so i care a lot more about simplicity than performance.
For example:
Does this make sense? I am using Ruby on rails - I imagine this is a fairly common usecase
Use the DelayedJob gem. Refer to this screen-cast for more details.