feat: check stars at a different time
This commit is contained in:
parent
3825ee031d
commit
37c64dd17f
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Analytics
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Billing
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Calendar
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Scheduling
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Settings
|
||||
---
|
||||
|
||||
Loading…
Reference in New Issue