Skip to content

Commit

Permalink
chore: include missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyww93 committed Jan 6, 2025
1 parent baa9b36 commit fa1680b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/data-ingestion/collection.job.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class CollectionJobUtils {
const tags: string[] = [
`retailer_${retailer.id}`,
`domain_${retailer.domain.toLowerCase()}`,

bulkOp.installSync ? 'type_full' : 'type_partial',
];
if (reason) {
Expand Down
2 changes: 1 addition & 1 deletion src/trigger/data-ingestion/product/process-products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ProcessProductsTask = task({
name: `ingestion`,
concurrencyLimit: 1,
},
machine: { preset: `medium-1x` },
machine: { preset: `small-2x` },
run: async (payload: { remoteBulkOperationId: string; fullSync: boolean }, { ctx }) => {
logger.info('Payload', payload);
const handleComplete = async (em: EntityManager, msg: string, retailer?: RetailerEntity) => {
Expand Down

0 comments on commit fa1680b

Please sign in to comment.