mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
database maintenance function
This commit is contained in:
@ -7,9 +7,7 @@ namespace Bit.Function
|
||||
public static class KeepAlive
|
||||
{
|
||||
[FunctionName("KeepAlive")]
|
||||
public static void Run(
|
||||
[TimerTrigger("0 */15 * * * *")]TimerInfo myTimer,
|
||||
TraceWriter log)
|
||||
public static void Run([TimerTrigger("0 */15 * * * *")]TimerInfo myTimer, TraceWriter log)
|
||||
{
|
||||
log.Info($"C# Timer trigger function executed at: {DateTime.Now}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user