probot / stale

A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
https://probot.github.io/apps/stale/
ISC License
1.25k stars 212 forks source link

Question: serverless #246

Closed yevgenypats closed 5 years ago

yevgenypats commented 5 years ago

Is this going to work on serverless environment? as looks like it doesnt store the installations in a db and the schedule is also done in memory. so isn't it going to be all lost once a container is restarted?

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.78. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

yevgenypats commented 5 years ago

Got an answer via slack. for serverless scheduler to work you need a db or only work for specific installation.