# View all current options
taskqueue_options()
# Get specific option
taskqueue_options("host")
# Set options (temporary override)
taskqueue_options(host = "localhost", port = 5432)
# Reset to environment variable values
taskqueue_reset()
Run the code above in your browser using DataLab