Changed
* `script.async_main()` relies on scriptworker (>= 10.2.0) to:
* initialize context, config, and task
* validate the task schema
* `exceptions.TaskVerificationError` in favor of the one in scriptworker
* `script.usage()` now handled by scriptworker
* `task.validate_task_schema()` now handled by scriptworker
Removed
* Now that Firefox 59 is on release:
* `dry_run` is not accepted anymore in task payload
* strings aren't fetched anymore by this worker type