Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making ReminderAction survives a bot reboot #2716

Closed
PierrePaul opened this issue Nov 9, 2018 · 3 comments
Closed

Making ReminderAction survives a bot reboot #2716

PierrePaul opened this issue Nov 9, 2018 · 3 comments

Comments

@PierrePaul
Copy link

Rasa Core version: 0.11.x

Python version: 3.6

Operating system : linux

Issue: ReminderAction are handled by the apscheduler and rasa is using the default jobstore, which stores the next action with the MemoryJobStore.

I've tried creating a RedisJobStore and monkey patching rasa-core to use my custom jobstore, but then I get stuck in pickle errors one after the other.

For what's it worth, I'm also using the RedisStore for the Slots without any issues.

I'm using version 0.11.x, maybe it got fixed in 0.12.x?

I'm open to any solutions, it doesn't have to be related to apscheduler, but it seems to be right solution to me.

Context: we have health-lifestyle bot that requires to validate the user mental health every 24-36hours. Deploying a new version of the bot means loosing all our users right now.

@akelad
Copy link
Contributor

akelad commented Nov 12, 2018

Thanks for raising this issue, @tmbo will get back to you about it soon.

@stale
Copy link

stale bot commented Feb 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Feb 17, 2019

This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.

@stale stale bot closed this as completed Feb 17, 2019
@tmbo tmbo transferred this issue from RasaHQ/rasa_core Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants