Skip to content

Commit

Permalink
Turn on archiving but only two at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwarden committed Nov 23, 2024
1 parent 204065f commit ba2dc2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ func (app app) archiveOldStatsData(ctx context.Context) error {

func (app app) archiveStory(ctx context.Context, sc *StorageClient, storyID int) error {

app.logger.Debug("Skipping archiving of story for now", "storyID", storyID)
return nil

filename := fmt.Sprintf("%d.json", storyID)

// Check if the file already exists before uploading
Expand Down

0 comments on commit ba2dc2d

Please sign in to comment.