Skip to content

Commit

Permalink
Fix algolia_indexer synthetic monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jan 3, 2024
1 parent e4f7bf5 commit deb618e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 10_integrations/algolia_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@


@stub.function(
image=algolia_image, secrets=[Secret.from_name("algolia-secret")]
image=algolia_image,
secrets=[Secret.from_name("algolia-secret", environment_name="main")],
)
def crawl():
# Installed with a 3.6 venv; Python 3.6 is unsupported by Modal, so use a subprocess instead.
Expand Down

0 comments on commit deb618e

Please sign in to comment.