Skip to content

Commit

Permalink
Fix entrypoint for sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwin7894 committed Mar 23, 2024
1 parent 387b9d0 commit 714638c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ COPY --from=build-env /gems /gems
COPY --from=build-env "/node-v${NODE_VERSION}-linux-x64" "/node-v${NODE_VERSION}-linux-x64"

COPY entrypoint-sidekiq.sh .
RUN chmod+x ./entrypoint-sidekiq.sh
RUN chmod +x ./entrypoint-sidekiq.sh

# Enable jemalloc
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
Expand Down
2 changes: 1 addition & 1 deletion config/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ anilist_activities_sync_job:
class: "AnilistActivitiesSyncJob"
queue: default
args:
date: <%= Time.zone.now.beginning_of_month.to_i %>
- <%= Time.zone.now.beginning_of_month.to_i %>

0 comments on commit 714638c

Please sign in to comment.