Fix fetch article issue
+ npm error
This commit is contained in:
parent
4af7b8a38c
commit
997646be35
2 changed files with 2 additions and 1 deletions
|
|
@ -182,7 +182,7 @@
|
|||
'defaults' => [
|
||||
'supervisor-1' => [
|
||||
'connection' => 'redis',
|
||||
'queue' => ['default', 'lemmy-posts', 'lemmy-publish'],
|
||||
'queue' => ['default', 'lemmy-posts', 'lemmy-publish', 'feed-discovery'],
|
||||
'balance' => 'auto',
|
||||
'autoScalingStrategy' => 'time',
|
||||
'maxProcesses' => 1,
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ export interface PlatformChannel {
|
|||
is_active: boolean;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
platform_instance?: PlatformInstance;
|
||||
platform_accounts?: PlatformAccount[];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue