Skip to content

Commit

Permalink
Add TODO about auto-run with VPN
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Sep 4, 2024
1 parent 2ce1422 commit 76e3d72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class RunWorkerManager(

val request = PeriodicWorkRequestBuilder<RunWorker>(1, TimeUnit.HOURS)
.setInitialDelay(1, TimeUnit.HOURS)
// TODO: Confirm with the team if we want to auto-test with a VPN on
.setConstraints(
Constraints.Builder()
.setRequiredNetworkType(
Expand Down

0 comments on commit 76e3d72

Please sign in to comment.