Trying to find an efficient way to cycle the data

This commit is contained in:
Rebecca Law
2020-05-04 17:39:13 +01:00
parent ed0aa61e27
commit b9441c528d
3 changed files with 40 additions and 15 deletions

View File

@@ -15,4 +15,6 @@ Add to MakeFile
CF_APP=notify-cycle-history CF_SPACE=staging make generate-manifest > cycle-history-manifest.yml
cf v3-create-app notify-cycle-history
cf v3-apply-manifest -f cycle-history-manifest.yml
cf v3-push notify-cycle-history
cf v3-push notify-cycle-history
cf run-task notify-cycle-history "flask command cycle-notification-history-table -l 100000"