Skip to content

Commit

Permalink
Merge branch 'main' into public-data
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Jan 16, 2024
2 parents 2b52a85 + 8f1e166 commit 0793490
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions bin/spark-evaluate.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import fs from 'node:fs/promises'
import { fetchMeasurements } from '../lib/preprocess.js'
import { migrateWithPgConfig } from '../lib/migrate.js'
import pg from 'pg'
import http from 'node:http'

const {
SENTRY_ENVIRONMENT = 'development',
Expand Down Expand Up @@ -57,9 +56,6 @@ const createPgClient = async () => {
return pgClient
}

// FIXME fly.io
http.createServer((_, res) => res.end()).listen(8080)

startEvaluate({
ieContract,
ieContractWithSigner,
Expand Down
7 changes: 0 additions & 7 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@ primary_region = "cdg"

[env]
SENTRY_ENVIRONMENT = "production"

[[services]]
internal_port = 8080
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 8080

0 comments on commit 0793490

Please sign in to comment.