Ok, could solve most problems. But not all: let's say a conversation
between bot and client is going on and just in this moment another process
wants to send a message. The queue of the scheduler is empty and therefore
this message would be sent immediately.

Leonel Câmara <leonelcam...@gmail.com> schrieb am Mo., 9. Juli 2018, 14:46:

> The alternative is for the chatbot itself to reschedule the tasks each
> time it speaks. The chatbot can look at the scheduler database a see if any
> tasks will send messages in the next two minutes and postpone them.
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to