# Does Hangfire support DynamoDB?

**URL:** https://discuss.hangfire.io/t/does-hangfire-support-dynamodb/8196
**Category:** question
**Tags:** recurring
**Created:** [February 5, 2021, 4:18am UTC](https://discuss.hangfire.io/t/does-hangfire-support-dynamodb/8196 "2021-02-05T04:18:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![deritha](https://avatars.discourse-cdn.com/v4/letter/d/c67d28/32.png) [@deritha](https://discuss.hangfire.io/u/deritha)
#### Post date: [February 5, 2021, 4:18am UTC](https://discuss.hangfire.io/t/does-hangfire-support-dynamodb/8196/1 "2021-02-05T04:18:49Z")

</div>

Hi,

Does anybody know if Hangfire support Recurring jobs for DynamoDB? I want to daily run an API which deal with DynamoDB.

Recurring jobs fire **many times** on the specified **CRON schedule**.

RecurringJob.AddOrUpdate( () =\> Console.WriteLine(“Recurring!”), Cron.Daily);
