feat: check stars at a different time

This commit is contained in:
Nevo David 2024-03-17 19:34:52 +07:00
parent 3825ee031d
commit 37c64dd17f
7 changed files with 45 additions and 4 deletions

View File

@ -9,7 +9,7 @@ export class CheckStars {
private _starsService: StarsService,
private _workerServiceProducer: BullMqClient
) {}
@Cron('0 0 * * *')
@Cron('30 0 * * *')
async checkStars() {
const allGitHubRepositories =
await this._starsService.getAllGitHubRepositories();

View File

@ -34,7 +34,7 @@
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/gitoomhq/gitroom"
"url": "https://github.com/gitroomhq/gitroom"
},
"anchors": [
{
@ -50,7 +50,19 @@
],
"navigation": [
{
"group": "Developers",
"group": "How to use Gitroom",
"pages": [
"use/analytics",
{
"group": "Launches",
"pages": ["use/calendar", "use/scheduling"]
},
"use/settings",
"use/billing"
]
},
{
"group": "Self Hosting",
"pages": [
"introduction",
"quickstart",
@ -60,7 +72,12 @@
"providers/how-to-add-provider",
{
"group": "Providers",
"pages": ["providers/x/x", "providers/linkedin/linkedin", "providers/reddit/reddit", "providers/articles"]
"pages": [
"providers/x/x",
"providers/linkedin/linkedin",
"providers/reddit/reddit",
"providers/articles"
]
}
]
}

View File

@ -0,0 +1,5 @@
---
title: Analytics
---

View File

@ -0,0 +1,5 @@
---
title: Billing
---

View File

@ -0,0 +1,5 @@
---
title: Calendar
---

View File

@ -0,0 +1,5 @@
---
title: Scheduling
---

View File

@ -0,0 +1,4 @@
---
title: Settings
---