Topic: Cannot schedule call in the future (Epoch Now + x seconds)

When I schedule a call with our current clock (# of Epoch seconds) + a few seconds, I seems to get the call immediately - even up to 30 seconds.

However, when I add 90 or more seconds, for example, the QF web service bombs out.

Here is the error message back from the QuickFuse web service:

= = = = = = = = = = =
BeanQueueNoValidServersException

>modules/beanstalk/libraries/Beanstalk.php [94]:
= = = = = = = = = = =

Please advise as we need to be able to schedule this out into the future up to a couple hours on demand.

Thanks.

Re: Cannot schedule call in the future (Epoch Now + x seconds)

For example, scheduled a call for Epoch time:  1364268228

(Tue, 26 Mar 2013 03:23:48 UTC)

in the future, but it failed with:

BeanQueueNoValidServersException
modules/beanstalk/libraries/Beanstalk.php <strong>[94]:

Re: Cannot schedule call in the future (Epoch Now + x seconds)

Hi,

Thanks for helping us catch this bug. We have pushed the fix to production, please let us know if you continue to experience issues.

Thanks,
The QuickFuse Team

Re: Cannot schedule call in the future (Epoch Now + x seconds)

Thanks