Files
shuffle-cracked/functions
Frikky 23fe5581a4 Merge pull request #1915 from yashsinghcodes/new-nightly
check worker deployments in k8s before deploying
2026-01-27 23:50:56 +01:00
..
2025-12-19 15:52:51 +05:30

Functions

The point of this folder is to make GCP Cloud functions able to run default WALKOFF apps.

How it works:

  • Subsequent info is based on the appname in main
  1. stitcher.go deploys the config to the app part of the website
  2. stitcher.go deploys the cloud function based on baseline.py
  3. stitcher.go SHOULD deploy the app to dockerhub for onpremise usecases

How to fix an appfile (done in stitcher.go)

  • Remove walkoff_app_sdk.app_base import
  • Remove anything with name == "main" (runner)

Stitching order:

  • Base imports
  • Authorization
  • class AppBase
  • class
  • Runner

Update may 2020:

Moved static_baseline to ./onprem/app_sdk because of license.