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

Implement new ScheduledAction function similar to ActionHandler #19

Open
DivakarUngatla opened this issue Jun 20, 2019 · 2 comments
Open
Assignees
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@DivakarUngatla
Copy link
Contributor

Implement a ScheduledAction similar to ActionHandler.

While ActionHandler is triggered by a conversation from the chatbot ScheduledAction will be trigged by a cron expression provided to it. For example when a class is annotated with @ScheduleAction(), it would be invoked as specified by the cron expression.

@DivakarUngatla DivakarUngatla added the help wanted Extra attention is needed label Jun 20, 2019
@tarungulati1988
Copy link

@DivakarUngatla I'd like to take a stab at this. My understanding is that i need to implement an annotation that wraps the @Scheduled annotation of spring along with the same implementation for ActionHandler

@DivakarUngatla
Copy link
Contributor Author

@tarungulati1988 Yes you are right. ActionHandlers help handle a conversation from slack. The intent of ActionScheduler would be to trigger Actions on a timely basis rather than from a slack bot/chat bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants